3.24 \(\int \frac {1}{\sqrt {-1+\text {csch}^2(x)}} \, dx\)

Optimal. Leaf size=14 \[ \tan ^{-1}\left (\frac {\coth (x)}{\sqrt {\coth ^2(x)-2}}\right ) \]

[Out]

arctan(coth(x)/(-2+coth(x)^2)^(1/2))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {4128, 377, 203} \[ \tan ^{-1}\left (\frac {\coth (x)}{\sqrt {\coth ^2(x)-2}}\right ) \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[-1 + Csch[x]^2],x]

[Out]

ArcTan[Coth[x]/Sqrt[-2 + Coth[x]^2]]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 4128

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist
[ff/f, Subst[Int[(a + b + b*ff^2*x^2)^p/(1 + ff^2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p},
 x] && NeQ[a + b, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {-1+\text {csch}^2(x)}} \, dx &=\operatorname {Subst}\left (\int \frac {1}{\left (1-x^2\right ) \sqrt {-2+x^2}} \, dx,x,\coth (x)\right )\\ &=\operatorname {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,\frac {\coth (x)}{\sqrt {-2+\coth ^2(x)}}\right )\\ &=\tan ^{-1}\left (\frac {\coth (x)}{\sqrt {-2+\coth ^2(x)}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.03, size = 48, normalized size = 3.43 \[ \frac {\sqrt {\cosh (2 x)-3} \text {csch}(x) \log \left (\sqrt {2} \cosh (x)+\sqrt {\cosh (2 x)-3}\right )}{\sqrt {2} \sqrt {\text {csch}^2(x)-1}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[-1 + Csch[x]^2],x]

[Out]

(Sqrt[-3 + Cosh[2*x]]*Csch[x]*Log[Sqrt[2]*Cosh[x] + Sqrt[-3 + Cosh[2*x]]])/(Sqrt[2]*Sqrt[-1 + Csch[x]^2])

________________________________________________________________________________________

fricas [B]  time = 0.41, size = 213, normalized size = 15.21 \[ -\frac {1}{2} \, \arctan \left (\frac {\sqrt {2} {\left (\cosh \relax (x)^{2} + 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2} - 1\right )} \sqrt {-\frac {\cosh \relax (x)^{2} + \sinh \relax (x)^{2} - 3}{\cosh \relax (x)^{2} - 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2}}}}{\cosh \relax (x)^{4} + 4 \, \cosh \relax (x) \sinh \relax (x)^{3} + \sinh \relax (x)^{4} + 2 \, {\left (3 \, \cosh \relax (x)^{2} + 2\right )} \sinh \relax (x)^{2} + 4 \, \cosh \relax (x)^{2} + 4 \, {\left (\cosh \relax (x)^{3} + 2 \, \cosh \relax (x)\right )} \sinh \relax (x) - 1}\right ) - \frac {1}{2} \, \arctan \left (\frac {\sqrt {2} {\left (\cosh \relax (x)^{2} + 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2} - 1\right )} \sqrt {-\frac {\cosh \relax (x)^{2} + \sinh \relax (x)^{2} - 3}{\cosh \relax (x)^{2} - 2 \, \cosh \relax (x) \sinh \relax (x) + \sinh \relax (x)^{2}}}}{\cosh \relax (x)^{4} + 4 \, \cosh \relax (x) \sinh \relax (x)^{3} + \sinh \relax (x)^{4} + 6 \, {\left (\cosh \relax (x)^{2} - 1\right )} \sinh \relax (x)^{2} - 6 \, \cosh \relax (x)^{2} + 4 \, {\left (\cosh \relax (x)^{3} - 3 \, \cosh \relax (x)\right )} \sinh \relax (x) + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+csch(x)^2)^(1/2),x, algorithm="fricas")

[Out]

-1/2*arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(-(cosh(x)^2 + sinh(x)^2 - 3)/(cosh(x)
^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*cosh(x)^2 + 2)*sinh(x
)^2 + 4*cosh(x)^2 + 4*(cosh(x)^3 + 2*cosh(x))*sinh(x) - 1)) - 1/2*arctan(sqrt(2)*(cosh(x)^2 + 2*cosh(x)*sinh(x
) + sinh(x)^2 - 1)*sqrt(-(cosh(x)^2 + sinh(x)^2 - 3)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2))/(cosh(x)^4 +
 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 6*(cosh(x)^2 - 1)*sinh(x)^2 - 6*cosh(x)^2 + 4*(cosh(x)^3 - 3*cosh(x))*sinh(
x) + 1))

________________________________________________________________________________________

giac [B]  time = 0.15, size = 69, normalized size = 4.93 \[ -\frac {\arcsin \left (\frac {1}{4} \, \sqrt {2} {\left (e^{\left (2 \, x\right )} - 3\right )}\right ) + 2 \, \arctan \left (-2 \, \sqrt {2} - \frac {3 \, {\left (2 \, \sqrt {2} - \sqrt {-e^{\left (4 \, x\right )} + 6 \, e^{\left (2 \, x\right )} - 1}\right )}}{e^{\left (2 \, x\right )} - 3}\right )}{2 \, \mathrm {sgn}\left (-e^{\left (2 \, x\right )} + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+csch(x)^2)^(1/2),x, algorithm="giac")

[Out]

-1/2*(arcsin(1/4*sqrt(2)*(e^(2*x) - 3)) + 2*arctan(-2*sqrt(2) - 3*(2*sqrt(2) - sqrt(-e^(4*x) + 6*e^(2*x) - 1))
/(e^(2*x) - 3)))/sgn(-e^(2*x) + 1)

________________________________________________________________________________________

maple [F]  time = 0.38, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {-1+\mathrm {csch}\relax (x )^{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(-1+csch(x)^2)^(1/2),x)

[Out]

int(1/(-1+csch(x)^2)^(1/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {\operatorname {csch}\relax (x)^{2} - 1}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+csch(x)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/sqrt(csch(x)^2 - 1), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.07 \[ \int \frac {1}{\sqrt {\frac {1}{{\mathrm {sinh}\relax (x)}^2}-1}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1/sinh(x)^2 - 1)^(1/2),x)

[Out]

int(1/(1/sinh(x)^2 - 1)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {\operatorname {csch}^{2}{\relax (x )} - 1}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-1+csch(x)**2)**(1/2),x)

[Out]

Integral(1/sqrt(csch(x)**2 - 1), x)

________________________________________________________________________________________